#nextsteps {
   color: blue;
}

.reveal .emphasized {
   font-size: 1.2em;
}

.reveal .playback {
  top: 20px;
  bottom: unset;
}

/*activepresenter*/
.iframe_wrapper {
  background-size: contain; 
  background-repeat: no-repeat; 
}

.iframe_wrapper,
iframe {
  height: 550px; 
  width: 100%;   
}

/*headline*/
.headline {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.headline > * {
  align-content: stretch;
}

.present-name {
  width: 100%;
  margin-left: 150px;
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}

.present-name p {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.15);
  font-size: 1em;
  color: #333;
  font-family: "League Gothic", Impact, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1000;
  white-space: nowrap; /* Отменяем перенос текста */
  overflow: hidden; /* Обрезаем содержимое */
  text-overflow: ellipsis;
  vertical-align: middle;
  /*line-height: 90px;
  margin-top: 0;*/
}

.present-logo {
  min-width: 150px;
}

.present-logo img {
  width: 100%;
}

/*text align*/
.tl > p {
    text-align: left;
    text-indent: 3em;
}

.tc > p {
    text-align: center;
    text-indent: 0;
}

.tr > p {
    text-align: right;
    text-indent: 0;
}

.tj > p {
    text-align: justify;
    text-indent: 3em;
}

/*img w/o border*/

.reveal section img.no-border {
  border: none;
}

/* sourceCode font-size*/
code.sourceCode {
    font-size: 120%;
}
